Enable accessing tool bar with the touch screen
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jun 2024 13:25:08 +0000 (21:25 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jun 2024 13:26:51 +0000 (21:26 +0800)
commitf22ae39a1ae563c0318cb86e913345abba4b6d8c
tree07daaaf2ecd0a907fd20848b43f0a7cc3f3eff9d
parent5c8a8b7dd32d956abffbab501ea9316e2d4a57d1
Enable accessing tool bar with the touch screen

* src/w32fns.c (w32_createwindow): Reset tool_bar_dwID.

* src/w32term.c (w32_read_socket): Reserve touch event sequences
that fall on the tool bar for future tool-bar manipulation.

* src/w32term.h (struct w32_output) <tool_bar_dwID>: New field.
src/w32fns.c
src/w32term.c
src/w32term.h